home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Print < prev    next >
Encoding:
Text File  |  1991-07-01  |  2.6 KB  |  86 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Print
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. pntrConFailed GEQU $1308 ; connection to the printer failed
  9. memFullErr GEQU $FF80
  10. ioAbort GEQU $FFE5
  11. prAbort GEQU $0080
  12. missingDriver GEQU $1301 ; specified driver not in system/drivers
  13. portNotOn GEQU $1302 ; specified port not selected in ctl panel
  14. noPrintRecord GEQU $1303 ; no print record was given
  15. badLaserPrep GEQU $1304 ; laser prep in laser writer incompatible
  16. badLPFile GEQU $1305 ; laser prep in system/drivers incompatible
  17. papConnNotOpen GEQU $1306 ; cannot connect to laser writer
  18. papReadWriteErr GEQU $1307 ; apple talk PAPRead or PAPWrite error
  19. ptrConnFailed GEQU $1308 ; cannot establish connection with imagewriter
  20. badLoadParam GEQU $1309 ; parameter for load/unload is invalid
  21. callNotSupported GEQU $130A ; toolcall made is not supported by this version
  22. startUpAlreadyMade GEQU $1321 ; low level startup already made
  23. invalidCtlVal GEQU $1322 ; invalid control value had been spec'd
  24. bothDrivers GEQU $0 ; input to PMLoadDriver and PMUnloadDriver
  25. printerDriver GEQU $0001 ; input to PMLoadDriver and PMUnloadDriver
  26. portDriver GEQU $0002 ; input to PMLoadDriver and PMUnloadDriver
  27. prPortrait GEQU $0000
  28. prLandscape GEQU $0001
  29. prImageWriter GEQU $0001
  30. prImageWriterLQ GEQU $0002
  31. prLaserWriter GEQU $0003
  32. prEpson GEQU $0004
  33. prBlackWhite GEQU $0001
  34. prColor GEQU $0002
  35. bDraftLoop GEQU $0000
  36. bSpoolLoop GEQU $0080
  37. ; offset constants for PrPrinterSpecRec
  38. oprPrinterType GEQU 0
  39. oprCharacteristics GEQU 2
  40. ; offset constants for PrInfoRec
  41. oiDev GEQU 0
  42. oiVRes GEQU 2
  43. oiHRes GEQU 4
  44. orPage GEQU 6
  45. ; offset constants for PrJobRec
  46. oiFstPage GEQU 0
  47. oiLstPage GEQU 2
  48. oiCopies GEQU 4
  49. obJDocLoop GEQU 6
  50. ofFromUser GEQU 7
  51. opIdleProc GEQU 8
  52. opFileName GEQU 12
  53. oiFileVol GEQU 16
  54. obFileVers GEQU 18
  55. obJobX GEQU 19
  56. ; offset constants for PrStyleRec
  57. owDev GEQU 0
  58. ointernA GEQU 2
  59. ofeed GEQU 8
  60. opaperType GEQU 10
  61. ocrWidth GEQU 12
  62. oreduction GEQU 14
  63. ointernB GEQU 16
  64. ; offset constants for PrRec
  65. oprVersion GEQU 0
  66. oprInfo GEQU 2
  67. orPaper GEQU 16
  68. oprStl GEQU 24
  69. oprInfoPT GEQU 42
  70. oprXInfo GEQU 56
  71. oprJob GEQU 80
  72. oprintX GEQU 100
  73. oiReserved GEQU 138
  74. ; offset constants for PrStatusRec
  75. oiTotPages GEQU 0  ; number of pages in spool file
  76. oiCurPage GEQU 2  ; page being printed
  77. oiTotCopies GEQU 4  ; number of copies requested
  78. oiCurCopy GEQU 6  ; copy being printed
  79. oiTotBands GEQU 8  ; reserved for internal use
  80. oiCurBand GEQU 10  ; reserved for internal use
  81. ofPgDirty GEQU 12  ; TRUE if started printing page
  82. ofImaging GEQU 14  ; reserved for internal use
  83. ohPrint GEQU 16  ; handle of print record
  84. opPrPort GEQU 20  ; pointer to grafport being use for printing
  85. ohPic GEQU 24  ; reserved for internal use
  86.